runtime.gcControllerState.update (method)
6 uses
runtime (current package)
arena.go#L903: gcController.update(-int64(s.elemsize), 0)
arena.go#L1086: gcController.update(int64(s.elemsize), 0)
mcache.go#L213: gcController.update(int64(s.npages*pageSize)-int64(usedBytes), int64(c.scanAlloc))
mcache.go#L250: gcController.update(int64(s.npages*pageSize), 0)
mcache.go#L315: gcController.update(dHeapLive, scanAlloc)
mgcpacer.go#L872: func (c *gcControllerState) update(dHeapLive, dHeapScan int64) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)